home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / DefineButton2_140 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-22  |  414 b   |  25 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       gotoAndStop("lighting");
  5.       play();
  6.       _level0;
  7.       if(sku == "PIE")
  8.       {
  9.          tellTarget("_level0")
  10.          {
  11.             gotoAndStop("lighting2");
  12.             play();
  13.          }
  14.       }
  15.    }
  16.    tellTarget("_level0.show")
  17.    {
  18.       _level.selection = "clear";
  19.    }
  20.    tellTarget("_level0.trans1")
  21.    {
  22.       play();
  23.    }
  24. }
  25.